home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / powerd / modules.lha / modules / workbench / startup.m < prev    next >
Encoding:
Text File  |  2000-06-04  |  629 b   |  24 lines

  1. /*
  2. **    $VER: startup.m 36.3 (11.7.90)
  3. **    Includes Release 40.15
  4. **
  5. **    workbench startup definitions
  6. **
  7. **    (C) Copyright 1985-1993 Commodore-Amiga, Inc.
  8. **    All Rights Reserved
  9. */
  10.  
  11. MODULE    'exec/ports'
  12.  
  13. OBJECT WBStartup
  14.     Message:MN,                    // a standard message structure
  15.     Process:PTR TO MP,        // the process descriptor for you
  16.     Segment:BPTR,                // a descriptor for your code
  17.     NumArgs:LONG,                // the number of elements in ArgList
  18.     ToolWindow:PTR TO CHAR,    // description of window
  19.     ArgList:PTR TO WBArg        // the arguments themselves
  20.  
  21. OBJECT WBArg
  22.     Lock:BPTR,                    // a lock descriptor
  23.     Name:PTR TO CHAR            // a string relative to that lock
  24.